From 9da0c5b63933b9912e3903190601661813954d0d Mon Sep 17 00:00:00 2001 From: Laszlo Ersek Date: Wed, 31 Aug 2011 15:16:14 +0100 Subject: [PATCH] x86: Increase the default NR_CPUS to 256 Changeset 21012:ef845a385014 bumped the default to 128 about one and a half years ago. Increase it now to 256, as systems with eg. 160 logical CPUs are becoming (have become) common. Signed-off-by: Laszlo Ersek --- xen/include/asm-x86/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 5bca0214c5..96b0c4c720 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -50,7 +50,7 @@ #ifdef MAX_PHYS_CPUS #define NR_CPUS MAX_PHYS_CPUS #else -#define NR_CPUS 128 +#define NR_CPUS 256 #endif #ifdef __i386__ -- 2.30.2